home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / tip / ts-dime2.tip < prev    next >
Text File  |  1993-09-15  |  1KB  |  45 lines

  1. % This macro source file is from the four volume series
  2. % "TeX in Practice" by Stephan von Bechtolsheim, published
  3. % 1993 by Springer-Verlag, New York.
  4. % Copyright 1993 Stephan von Bechtolsheim.
  5. % No warranty or liability is assumed.
  6. % This macro may be copied freely if no fees other than
  7. % media cost or shipping charges are charged and as long
  8. % as this copyright and the following source code itself
  9. % is not changed. Please see the series for further information.
  10. %
  11. % Version: 1.0
  12. % Date: May 1, 1993
  13. %
  14. %
  15. % This source code is documented in 31.2.4.2, p. III-597.
  16. % Original source in file "pp2.TEX", starting line 617.
  17. \wlog{L: "ts-dime2.tip" ["pp2.TEX," l. 617, p. III-597]}%
  18. % This file DOES belong to format "texip."
  19. \InputD{ts-dime1.tip}
  20. \InputD{ts-outpu.tip}
  21. % %% INPUTD [tex] ovlf-tip
  22. \def\SetUpTeXIPValues #1#2#3#4#5#6#7#8#9{%
  23.     \HsizeTeXIP = #1\relax
  24.     \hsize = \HsizeTeXIP
  25.     \VsizeTeXIP = #2\relax
  26.     \vsize = \VsizeTeXIP
  27.     \SetParIndent{20pt}
  28.     \ClubPenalty = #4\relax
  29.     \clubpenalty = \ClubPenalty
  30.     \WidowPenalty = #5\relax
  31.     \widowpenalty = \WidowPenalty
  32.     \InterlinePenalty = #6\relax
  33.     \interlinepenalty = \InterlinePenalty
  34.     \BrokenPenalty = #7\relax
  35.     \brokenpenalty = \BrokenPenalty
  36.     \OddPagesHorizontalShift = 0pt
  37.     \EvenPagesHorizontalShift = 0pt
  38.     \overfullrule = #8\relax
  39.     \parskip = #9\relax
  40. % svb
  41. %   \ComputeOverlayLength
  42. }
  43. \SetUpTeXIPValues{6.5in}{8.9in}{20pt}{100}{100}{100}{100}% 
  44.     {5pt}{0pt plus 1pt}
  45.